net: mvpp2x: Remove IRQ configuration from U-Boot
authorStefan Chulski <[email protected]>
Wed, 9 Aug 2017 07:37:49 +0000 (10:37 +0300)
committerStefan Roese <[email protected]>
Thu, 10 Aug 2017 06:33:02 +0000 (08:33 +0200)
commit16f18d2a4decd57aa5f6eb293f163adcb69c73da
tree83193ff087d4efb6354c1280549c2941f312224a
parentd4b0e0082914215daaffd6c0ee19dad934a2d90b
net: mvpp2x: Remove IRQ configuration from U-Boot

Remove IRQ configuration from U-Boot PP driver.
U-Boot don't use interrupts and configuration of IRQ in U-Boot
caused crashes in Linux shared interrupt mode.
Also interrupt use is redundant in RX routine since a single RX
queue is used.

Signed-off-by: Stefan Chulski <[email protected]>
Tested-by: iSoC Platform CI <[email protected]>
Reviewed-by: Nadav Haklai <[email protected]>
Reviewed-by: Igal Liberman <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
drivers/net/mvpp2.c